home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / mach / amiga / sim172.lha / S / bug.libfile30 < prev   
Encoding:
Text File  |  1993-03-16  |  18.5 KB  |  1,345 lines

  1.  
  2. ;------------------------------------------------------------------------
  3. *
  4. *    S.I.M. System Symbol Definitions
  5. *
  6. *    Author        Stefan Walter
  7. *    Environement    Kickstart V39
  8. *    Version        1.06
  9. *    Last revision    03.01.93
  10. *
  11. ;------------------------------------------------------------------------
  12. *
  13. * This file contains symbol definitions for many libraries, devices
  14. * and other system lists and objects in memory. The file file may be
  15. * modified to suit your own needs by simply cutting out the definitions
  16. * you do not need and adding the ones not defined here. However if you
  17. * copy the entier SIM toolkit to someone else, copy the original file.
  18. *
  19. ;------------------------------------------------------------------------
  20. *
  21. * This file contains definitions for:
  22. *
  23. *    - Libraries: asl, commodities, diskfont, dos, exec, expansion,
  24. *      gadtools, graphics, icon, iffparse, intuition, layers, locale,
  25. *      utility and workbench
  26. *    - Normal and enhanced chipset and cia registers
  27. *    - TaskReady, TaskWait, Port, Library, Interrupt, Device,
  28. *      Resource, Memory lists.
  29. *    - ThisTask node
  30. *
  31. ;------------------------------------------------------------------------
  32.  
  33. *******    asl.library *******************
  34.  
  35.     $LIBRARY    asl.library
  36.     $SIZE    -6
  37.  
  38. AslBase.0
  39.  
  40.     $JUMP    -1e
  41.  
  42. AllocFileRequest
  43. FreeFileRequest
  44. RequestFile
  45. AllocAslRequest
  46. FreeAslRequest
  47. AslRequest
  48.  
  49.     $ENDNODE
  50.  
  51. *******    commodities.library ***********
  52.  
  53.     $LIBRARY    commodities.library
  54.     $SIZE    -6
  55.  
  56. CxBase.0
  57.  
  58.     $JUMP    -1e
  59.  
  60. CreateCxObj
  61. CxBroker
  62. ActivateCxObj
  63. DeleteCxObj
  64. DeleteCxObjAll
  65. CxObjType
  66. CxObjError
  67. ClearCxObjError
  68. SetCxObjPri
  69. AttachCxObj
  70. EnqueueCxObj
  71. InsertCxObj
  72. RemoveCxObj
  73. commoditiesPrivate1
  74. SetTranslate
  75. SetFilter
  76. SetFilterIX
  77. ParseIX
  78. CxMsgType
  79. CxMsgData
  80. CxMsgID
  81. DivertCxMsg
  82. RouteCxMsg
  83. DisposeCxMsg
  84. InvertKeyMap
  85. AddIEvents
  86. commoditiesPrivate2
  87. commoditiesPrivate3
  88. commoditiesPrivate4
  89. MatchIX
  90. commoditiesPrivate5
  91. commoditiesPrivate6
  92. commoditiesPrivate7
  93. commoditiesPrivate8
  94. commoditiesPrivate9
  95.  
  96.     $ENDNODE
  97.  
  98. *******    diskfont.library **************
  99.  
  100.     $LIBRARY    diskfont.library
  101.     $SIZE    -6
  102.  
  103. DiskfontBase.0
  104.  
  105.     $JUMP    -1e
  106.  
  107. OpenDiskFont
  108. AvailFonts
  109. NewFontContents
  110. DisposeFontContents
  111. NewScaledDiskFont
  112.  
  113.     $ENDNODE
  114.  
  115. *******    dos.library *******************
  116.  
  117.     $LIBRARY    dos.library
  118.     $SIZE    -6
  119.  
  120. DosBase.0
  121.  
  122.     $JUMP    -1e
  123.  
  124. Open
  125. Close
  126. Read
  127. Write
  128. Input
  129. Output
  130. Seek
  131. DeleteFile
  132. Rename
  133. Lock
  134. UnLock
  135. DupLock
  136. Examine
  137. ExNext
  138. Info
  139. CreateDir
  140. CurrentDir
  141. IoErr
  142. CreateProc
  143. Exit
  144. LoadSeg
  145. UnLoadSeg
  146. dosPrivate1
  147. dosPrivate2
  148. DeviceProc
  149. SetComment
  150. SetProtection
  151. DateStamp
  152. Delay
  153. WaitForChar
  154. ParentDir
  155. IsInteractive
  156. Execute
  157. AllocDosObject
  158. FreeDosObject
  159. DoPkt
  160. SendPkt
  161. WaitPkt
  162. ReplyPkt
  163. AbortPkt
  164. LockRecord
  165. LockRecords
  166. UnLockRecord
  167. UnLockRecords
  168. SelectInput
  169. SelectOutput
  170. FGetC
  171. FPutC
  172. UnGetC
  173. FRead
  174. FWrite
  175. FGets
  176. FPuts
  177. VFWritef
  178. VFPrintf
  179. Flush
  180. SetVBuf
  181. DupLockFromFH
  182. OpenFromLock
  183. ParentOfFH
  184. ExamineFH
  185. SetFileDate
  186. NameFromLock
  187. NameFromFH
  188. SplitName
  189. SameLock
  190. SetMode
  191. ExAll
  192. ReadLink
  193. MakeLink
  194. ChangeMode
  195. SetFileSize
  196. SetIoErr
  197. Fault
  198. PrintFault
  199. ErrorReport.-c        ;1 reserved
  200. Cli
  201. CreateNewProc
  202. RunCommand
  203. GetConsoleTask
  204. SetConsoleTask
  205. GetFileSysTask
  206. SetFileSysTask
  207. GetArgStr
  208. SetArgStr
  209. FindCliProc
  210. MaxCli
  211. SetCurrentDirName
  212. GetCurrentDirName
  213. SetProgramName
  214. GetProgramName
  215. SetPrompt
  216. GetPrompt
  217. SetProgramDir
  218. GetProgramDir
  219. SystemTagList
  220. AssignLock
  221. AssignLate
  222. AssignPath
  223. AssignAdd
  224. RemAssignList
  225. GetDeviceProc
  226. FreeDeviceProc
  227. LockDosList
  228. UnLockDosList
  229. AttemptLockDosList
  230. RemDosEntry
  231. AddDosEntry
  232. FindDosEntry
  233. NextDosEntry
  234. MakeDosEntry
  235. FreeDosEntry
  236. IsFileSystem
  237. Format
  238. Relabel
  239. Inhibit
  240. AddBuffers
  241. CompareDates
  242. DateToStr
  243. StrToDate
  244. InternalLoadSeg
  245. InternalUnLoadSeg
  246. NewLoadSeg
  247. AddSegment
  248. FindSegment
  249. RemSegment
  250. CheckSignal
  251. ReadArgs
  252. FindArg
  253. ReadItem
  254. StrToLong
  255. MatchFirst
  256. MatchNext
  257. MatchEnd
  258. ParsePattern
  259. MatchPattern
  260. dosPrivate3
  261. FreeArgs.-c        ;1 reserved
  262. FilePart
  263. PathPart
  264. AddPart
  265. StartNotify
  266. EndNotify
  267. SetVar
  268. GetVar
  269. DeleteVar
  270. FindVar
  271. dosPrivate4
  272. CliInitNewcli
  273. CliInitRun
  274. WriteChars
  275. PutStr
  276. VPrintf.-c        ;1 reserved
  277. ParsePatternNoCase
  278. MatchPatternNoCase
  279. dosPrivate5
  280. SameDevice
  281. ExAllEnd
  282. SetOwner
  283.  
  284.     $LIBRARY    dos.library
  285.     $JUMP    22
  286.     $SIZE    4
  287.  
  288. dl_Root
  289. dl_GV
  290. dl_A2
  291. dl_A5
  292. dl_A6
  293. dl_Errors
  294. dl_TimeReq
  295. dl_UtilityBase
  296.  
  297.     $ENDNODE
  298.  
  299. *******    exec.library ******************
  300.  
  301.     $LIBRARY    exec.library
  302.     $SIZE    -6
  303.  
  304. ExecBase.0
  305.  
  306.     $JUMP    -1e
  307.  
  308. Supervisor
  309. execPrivate1
  310. execPrivate2
  311. execPrivate3
  312. execPrivate4
  313. execPrivate5
  314. execPrivate6
  315. InitCode
  316. InitStruct
  317. MakeLibrary
  318. MakeFunctions
  319. FindResident
  320. InitResident
  321. Alert
  322. Debug
  323. Disable
  324. Enable
  325. Forbid
  326. Permit
  327. SetSR
  328. SuperState
  329. UserState
  330. SetIntVector
  331. AddIntServer
  332. RemIntServer
  333. Cause
  334. Allocate
  335. Deallocate
  336. AllocMem
  337. AllocAbs
  338. FreeMem
  339. AvailMem
  340. AllocEntry
  341. FreeEntry
  342. Insert
  343. AddHead
  344. AddTail
  345. Remove
  346. RemHead
  347. RemTail
  348. Enqueue
  349. FindName
  350. AddTask
  351. RemTask
  352. FindTask
  353. SetTaskPri
  354. SetSignal
  355. SetExcept
  356. Wait
  357. Signal
  358. AllocSignal
  359. FreeSignal
  360. AllocTrap
  361. FreeTrap
  362. AddPort
  363. RemPort
  364. Put
  365. RouMem
  366. Al
  367. RoutyPkt
  368. RoutPkt
  369.  
  370. PutdTas
  371.  
  372. PutPorrary
  373. MakPorrary
  374. MakOldnFrorary
  375. Makse
  376. Rerary
  377. MakFiletions
  378. Fperrrary
  379. MakDosEce
  380. ExADosEce
  381. ExAnDiskce
  382. ExAse
  383. Rekce
  384. ExADoIOndPktIOnckSigIOntPktIOnrtPktIOnrddource, MADosource, MAnDisource, MAcPrivate6
  385. I7AcPrivate6
  386. I8AcPrivate6
  387. I9
  388. RawDoFmetDevCC
  389. e
  390. CxOf
  391. Allc
  392. Loure
  393. Vae
  394. AllnFrorary
  395. MaktStruemicsore
  396. Obns duemicsore
  397. abee.0
  398. uemicsore
  399. emptLocuemicsore
  400. Obns duemicsoret
  401. RemDoee.0
  402. uemicsoret
  403. RemdSegmemicsore
  404. edduemicsore
  405. abmuemicsore
  406. errkstaa
  407. CxMeddMorraRemC th
  408. AllC th
  409. AlQustausechearCxOUusechearCxOEusechea
  410.  
  411.     roleateNewIOuest
  412.  
  413.     $eteVarIOuest
  414.  
  415.     $ateNew
  416. Ro
  417.  
  418. PuteteVar
  419. Ro
  420.  
  421. PutObns duemicsoreSs
  422. PParocTratoreeTratoreateProcs, teteVarcs, tocTracs, FileTracs, FilemptLocuemicsoreSs
  423. PParColdoub
  424. dl_te
  425. ignwAddChildeTradChildOrpgeMdChildte
  426. SusdChildt
  427. SigsechePateMAgsechePosteMAgeddMorH
  428. GelRemIntMorH
  429. GelRemcPrivate1
  430. ex0mcPrivate1
  431. exxecPrivate2
  432. e1xecPrivate3
  433. e1xecPrivate4
  434. e14$JUMADDR
  435. dlUMAPTRJUMP    22
  436.     $SIZE    4
  437.  
  438. dl_Sofctor.2ckDwMorChkerr.2cChke
  439.  
  440.     $ColdCapture
  441. Cs, Capture
  442. WarmCapture
  443. temStkUpper
  444. temStkkDwer
  445. CliLem
  446. Allug
  447. Diry
  448. Insug
  449. Dia
  450. CxMet
  451. Dea
  452. CxMCliExt
  453. AllChkerr.2cVector
  454. s
  455.     $IVTBE.c$IVDSKBLK.c$IVSOFTINT.c$IVPORTS.c$IVCOPER.c$IVVERTB.c$IVBLIT.c$IVAUD0.c$IVAUD1.c$IVAUD2.c$IVAUD3.c$IVRBF.c$IVDSKSYNC.c$IVEXTER.c$IVINTEN.c$IVNMI.c$sTask no
  456. IelRCouAleposeCouAleQuaitir.2cElat ad.2ctemFla-c    2cVDN
  457.  
  458.     Clib1
  459. TDN
  460.  
  461.     Clib1
  462. empnFla-c    2cempnourched.2coure
  463. SulDatk nop
  464. Ade
  465. Inik noept
  466. Wae
  467. Inik noepiae
  468. Inik nonalocTratk nop
  469. AdocTra.2cMorraRe.e
  470. abrce, MraRe.e
  471. kce
  472. ExraRe.e
  473. VecrraRe.e
  474. rarraRe.e
  475.  
  476.  
  477. PuraRe.e
  478. kReady, T.e
  479. kReat
  480. Si.e
  481. SofcVecs.50
  482. t reet
  483. De.x0mVBlanomFest
  484. ncyb1
  485. PDwererSPktmFest
  486. ncyb1
  487. uemicsoret
  488. Re.e
  489. kstaMorPVPrkstaLisPVPrkstackSignumecP_Pad0.xecP_Rrved
  490. Pa0ecP_Rarrarvate4
  491. eecP_Ese
  492. comFest
  493. ncyecP_sechea
  494.  
  495.     rolecP_kReaDivcP_Puddize
  496. SetcP_Ps, ThervholdvcP_Publiacs, .etcP_MMUk
  497. AsscP_Rrved
  498. Pa.c$*****    exec.sion,
  499. *brary ****************$LIBRARY    exec.sion,
  500. *brary **SIZE    -6
  501.  
  502. ExecBsion,
  503. *e.0
  504.  
  505.     $JUMP    -1e
  506.  
  507. Allodda
  508.  
  509. figkcedBuff
  510. dlN
  511. IniocTraBoard
  512. AllocEnta
  513.  
  514. figkcedBcEntrBsion,
  515. *
  516. AllC 
  517. figBoardlC 
  518. figrs
  519. inndCliP
  520.  
  521. figkcedeTraBoard
  522. AlleTraP
  523.  
  524. figkcedeTrarBsion,
  525. *
  526. Alldy, cBsion,
  527. *eyteldy, cBsion,
  528. *RolldymP
  529.  
  530. figkcedteChacBsion,
  531. *eytelObns dC 
  532. figBCli thmDoee.0
  533. figBCli thmCurrentDirBCli thmGurrentDirBCli thmeDosEntN
  534. InioosEntN
  535. Inic.sion,
  536. *vate1
  537. execPsion,
  538. *vate1
  539. e2$ENDNODE
  540.  
  541. *******    exetools, gbrary **************
  542.  
  543.     $LIBRARY    distools, gbrary **SIZE    -6
  544.  
  545. ExeGadTs, ge.0
  546.  
  547.     $JUMP    -1e
  548.  
  549. CreateCxOGadgrgSdeTraGadgrgs
  550. GT_CurGadgrgSttrsA$ateNew
  551. enusAeeMem
  552. Anus
  553. * t
  554. Anum
  555. StsAet 
  556. * t
  557. AnusAeGT_GurIuMem
  558. T_tyPktIuMem
  559. T_tyfervhWCliowm
  560. T_Bstentyfervhm
  561. T_Eesidfervhm
  562. T_terIX
  563. PuMem
  564. T_PostterIX
  565. PuMemateCxObentsMatDrawBr ilBoxAtVar
  566. isualo
  567. CrAeeMem
  568. isualo
  569. Cr
  570. tools, gvate1
  571. exetools, gvate1
  572. e2etools, gvate1
  573. e3etools, gvate1
  574. e4etools, gvate1
  575. e5etools, gvate1
  576. e6eGT_GurGadgrgSttrsA$ENDNODE
  577.  
  578. *******    exethics, ibrary **************
  579.  
  580.     $LIBRARY    disthics, ibrary **SIZE    -6
  581.  
  582. ExeGfse.0
  583.  
  584.     $JUMP    -1e
  585.  
  586. CreBlrBCt
  587. AddBlrTtLoe
  588. SetarCxOEOLtarCxOScMemn
  589. TsMaLengAssTsMakFile
  590.  
  591.     $nFrom
  592.  
  593.     $se
  594. Ret
  595. AvainonofcStyletIntnofcStyletBuff
  596. btBufVSpe
  597. FGeDoCollon    03tDrawGraRemtStrGe, mtStrMReasmIntSf
  598. btIntVSpe
  599. FGeConsollon    03tS
  600. PuGraRemBufAnimObtBnim
  601. SetGurGfers
  602. ComtStrGMReasmDrawEllopAlloteCEllopAlldSegRGB4itResi re
  603.  
  604. PuttResV
  605.  
  606. PutMrgC tmeDosV
  607.  
  608. PutdSegViewntPktBlSetSR
  609. i re
  610. M
  611. RemDrawloteCM
  612. RemoteCDrawloteC
  613. SettPktTOF
  614. QBlSettResoteCtSR
  615. iGB4iQBSBlSetBlrarCxOtInctterltBlrtern
  616. dosdy, PixInhteChaPixInhFlooermolyDrawlArgSPmn
  617. ArgBPmn
  618. ArgDrMdttResViewnCBuDelCM
  619. RemCt
  620. SigVBeart
  621. omtStrBCt
  622. AddScMolli reer
  623. tPktBOVPtGurSpe
  624. FGeeSignpe
  625. FGengeModnpe
  626. FGeM
  627. Renpe
  628. FGek
  629. AsLrs, RollUnl
  630. AsLrs, RollSyncSBCt
  631. AddC thSBCt
  632. Adder
  633. BlSeeer
  634. posor
  635. BlSeeer
  636. tStrTmpi rainot
  637. Avaiddt
  638. AvaIntt
  639. AvaicEnti reer
  640. eSigi reer
  641. Aesidcsidg    03tOridcsidg    03tcliidg    03tarCxOidcsidg    03tarCxOidg    03tposeFonidg    03teMem
  642.  
  643.  
  644. PuC traResleTraP
  645. praRemClopBlSetXoOidcsidg    03teTraPprt
  646. GetDevsolorMFreeTrasolorMFreGR
  647. iGB4iScMollV
  648.  
  649. PutUP
  650. ppert
  651. GetStrdeTraGfers
  652. ComBlrBCt
  653. Adi re
  654.  
  655. PutOOidg    03idg    03tXoOidg    03idg    03tAesidg    03idg    03tSR
  656. iGB4CMmBlrMReaBCt
  657. Adi re
  658.  
  659. PutGfsernalUnL1tGfsernalUnL2temptLockDosLrs, RollGfsclilGfseTradGfsigno reFGeBCt
  660. AdledDi
  661. ledDirertsTsMaExt
  662. AleTsMaFiutGfsLookUp
  663. Vnt
  664. oa
  665.  
  666.     rolenFroMoStrClearFonMoStrCledDosEose
  667. Wao
  668. Cr
  669. tDosEose
  670. Wao
  671. Cr
  672. thics, ivate1
  673. exethics, ivate1
  674. e2ethics, ivate1
  675. e3tDeviose
  676. Wao
  677. Cra
  678. CxMt
  679. AvExt
  680. Aledy, PixInk
  681. CI8AteChaPixInk
  682. CI8Ady, PixInArray8AteChaPixInArray8AVar
  683. Pe
  684. SeDive
  685. SeifyilMeme
  686. ForWeighTAchPatroraonidMakExt
  687. Adt
  688. Avauctipm
  689.  
  690.     $salcIVGtachCxOPalExtralObns dB
  691.  
  692.     PmnAtGfsernalUnL3tSR
  693. iGB32tArgSPmn
  694. GrgBPmn
  695. GrgDrMdtGrgputl
  696. CIPmn
  697. dSegRGB32tConshipRcedArgSBPmnDrMdtGrgiGB32tAfxSeDatxethics, ivate1
  698. e4iocTraBCt
  699. AddeTraBCt
  700. AddGxceprSpe
  701. FGA$aoe, Me
  702. SetngeModVPBCt
  703. AddDoee.0
  704. Pmn
  705. Obns dPmn
  706. GrgBCt
  707. AdSttrlocDosOfero
  708. Cr
  709. eDosEfero
  710. Cr
  711. Srgputl
  712. CIPmn
  713. SrgteChaM
  714. SetTasCliPmn
  715. SrgiGB32CMmScMolli reerBFndCliP
  716. lortAfxSeDat2locSignpe
  717. FGa
  718. CxAtngeModeprSpe
  719. FGA$eSignpe
  720. FGa
  721. CxMSrgiPSttrsA$GrgiPSttrsA$B
  722.  
  723.     e
  724. SeDiA$LIBRARY    disthics, ibrary **SIZP    22
  725.     $SIZE    4
  726.  
  727. dl_gb_ivatViewngb_copiStr    ngb_cia        ngb_blSeeer    ngb_LOFlonr    ngb_SHFlonr    ngb_blthd    ngb_blttlngb_bsblthdngb_bsblttlngb_vbsrv.16ngb_timsrv.16ngb_bltsrv.16ngb_TsMaFs
  728. Ne.etgb_Deft
  729. Erm
  730.  
  731.     $gb_e
  732. Sec    2    ngb_VBlanob1
  733. gb_De
  734. Dib1
  735. gb_BearSync.xegb_sem
  736. Fo_bplcon0.xegb_npe
  737. FGRrved
  738. Pa.1
  739. gb_byterrved
  740. Pa.1
  741. gb_Fla-c    2cgb_BlSekDos    2cgb_BlSeN
  742.  
  743.         2cgb_BlSetPktQ.etgb_BlSeer
  744.  
  745.     $gb_TOF_tPktQ.etgb_iose
  746. WaFla-c    2cgb_SiLoegnpe
  747. FGs$gb_eaxiose
  748. WaRow    2cgb_eaxiose
  749. WaP
  750. lumn    2cgb_Nat
  751. Rliose
  752. WaRows    2cgb_Nat
  753. Rliose
  754. WaP
  755. lumns    2cgb_Nat
  756. RliPMX    2cgb_Nat
  757. RliPMY    2cgb_t rengeMcm
  758. Avo**Sgb_tCMpt    $gb_MicMosPert
  759. ne    2    ngb_Miniose
  760. WaP
  761. lumn    2cgb_shipRceBCts0.1    ngb_Mask
  762. Cx.1
  763. gb_crb_rrved
  764. Pa.4
  765. gb_moStrCl_id.2        ngb_hedley.20ngb_hedley_spe
  766. FGs.20ngb_hedley_spe
  767. FGs1.20ngb_hedley_couAl    2cgb_hedley_fla-c    2cgb_hedley_tmp    2cgb_hash_te
  768. Forgb_centDir_tot_rows    2cgb_centDir_tot_cclkc    2cgb_hedley_hilib1
  769. gb_hedley_hili2b1
  770. gb_nrrved
  771. Pa.10ngb_a2024_senc_r reer
  772. gb_co
  773.     rol_delta_pal.1
  774. gb_co
  775.     rol_delta_
  776. Nec.1
  777. gb_centDir_moStrCl$gb_e
  778. StrClt
  779. Re.e
  780. gb_deft
  781. Er_moStrCl$gb_e
  782. StrClt
  783. Reuemicsore
  784. gb_iose
  785. Wao
  786. Cra
  787. Cxe
  788.  
  789.     $gb_T
  790. prane    2_gb_ivatViewPpruemicsore
  791. gb_litye
  792.  
  793.     $gb_cBase.0
  794.  
  795. gb_bwshifts$gb_ucttFePatMReasmgb_ucopFePatMReasmgb_O
  796. CarWrigb_dy,lucopsegb_npe
  797. FGWidth.xegb_npe
  798. FGFe
  799. Se.xegb_nofcSpe
  800. FGs.1
  801. gb_arraywidth.1        ngb_Deft
  802. Ernpe
  803. FGWidth.x    egb_npeM
  804. Reable
  805. En.1
  806. gb_Waitships.1
  807. gb_Board
  808. Alk
  809. Cx.1
  810. gb_Bugs.1
  811. gb_Lrs, se.0
  812.  
  813. gb_solorMFSetgb_Itor
  814. Addgb_Ia
  815. CxMgb_npecialCouAler
  816. gb_DBt
  817. Getgb_e
  818. StrClFla-c    2cgb_ScanDoubledSpe
  819. FGs.1
  820. gb_BP3BCts.1
  821. gb_e
  822. StrClVBlanob4
  823. gb_n
  824. Sural_moStrCl$gb_grama
  825. CxMgb_eprSpe
  826. FGs.1
  827. ENDNODE
  828.  
  829. *******    exeic
  830. *brary ******************
  831.  
  832.     $LIBRARY    disic
  833. *brary **SIZE    -6
  834.  
  835. ExeIc
  836. *e.0
  837.  
  838.     $JUMP    -1e
  839.  
  840. Allic
  841. *vate1
  842. exeic
  843. *vate1
  844. e2tArgIc
  845. *t
  846. RoIc
  847. *teSigeSigt
  848. Getic
  849. *vate1
  850. e3tic
  851. *vate1
  852. e4aiddtSigt
  853. GetDevioskObjdMak
  854. RoioskObjdMakeDosEoskObjdMakeTasks, T
  855. CxtchPatks, ValFinBuDeRceon    03tic
  856. *vate1
  857. e5tDevicfioskObjdMak
  858. RoicfioskObjdMakDevioskObjdMaclileteVarioskObjdMakENDNODE
  859.  
  860. *******    exeiffpePatbrary **************
  861.  
  862.     $LIBRARY    disiffpePatbrary **SIZE    -6
  863.  
  864. ExeIFFsePate.0
  865.  
  866.     $JUMP    -1e
  867.  
  868. AllocSigIFFenFroIFFesePatIFFearFonIFFeeDosIFFedy, ChunkeytesiteCharsunkeytesidy, ChunkidMordsiteCharsunkidMordsiPushrsunkrmoprsunkrry
  869. InH
  870. GelRemepiaH
  871. GelRemgraprsunkrgraprsunks
  872. ucoprsunkrucoprsunks$Colleons
  873. FrsunkrColleons
  874. Frsunks
  875. ucopOnepiatdTas
  876. rapndCliP
  877. lleons
  878. FtdTas
  879. rapbentsMatrentDirrsunkrgatDirrsunkrocSigkDoalo
  880. Fo
  881. kDoalo
  882. Foa
  883. CxMSrgkDoalo
  884. FoPurgGeeSigkDoalo
  885. Fo
  886. dTaskDoalo
  887. Fo
  888. ucorekDoalo
  889. Fo
  890. ucoreo
  891. FoInbentsMattStrIFFetStrIFFasDOSetStrIFFasClopenFroClopboardlCrFonClopboardlGooeDivGooeT
  892. CxtIDtouctkENDNODE
  893.  
  894. *******    exeiitiit,
  895. *brary ****************$LIBRARY    exeiitiit,
  896. *brary **SIZE    -6
  897.  
  898. ExeIitiit,
  899. *e.0
  900.  
  901.     $JUMP    -1e
  902.  
  903. AllnFroIitiit,
  904. *eIitiit,
  905. *aiddGadgrgtarCxODMuest
  906.  
  907.     $arCxO
  908. Anuuctip$arCxOPoiAler
  909. CrFonScMemn
  910. CrFonWCliowmCrFonWorkB
  911. nchtrentDirTiAddiose
  912. Wart
  913. Debuose
  914. WaBeep
  915. DoubleCloAssDrawBorder
  916. prawImagnablduest
  917.  
  918.     $DevicfPatfs$DevPatfs$tResidst
  919.  
  920.     er
  921. t
  922. Foiddrrvsve
  923. SifyIDCMPve
  924. Sify
  925. rapnM
  926. RencMemn
  927. M
  928. ReWCliowmOffGadgrgtOff
  929. Anu
  930. OnGadgrgtOn
  931. Anu
  932. OFroncMemn
  933. OFroWCliowmOFroWorkB
  934. nchtvatntITsMakidfervhGadgrgs
  935. ove
  936. ReGadgrgttyP
  937. PuMouseldyst
  938.  
  939.     $ncMemnToB
  940. ig$ncMemnToFr
  941. AvaueviMuest
  942.  
  943.     $TasCAnuuctip$TasPoiAler
  944. SrgtCliowTitlDatShowTitlD
  945. e
  946. SeWCliowmViewiddrrvsvView
  947.  
  948. PuiddrrvsvtCliowToB
  949. ig$tCliowToFr
  950. AvatCliowLimCts$TasPatfs$tRtiiTsMaLengAssWB
  951. nchToB
  952. ig$tB
  953. nchToFr
  954. AvaAutouest
  955.  
  956.     $BstentyfervhmBuildtysuest
  957.  
  958.     $EesidfervhmeSignysuest
  959.  
  960.     $eDosncMemn
  961. oveDosEose
  962. Wa
  963. ovthilkEose
  964. Wa
  965. icEntiemember
  966. AlohaWorkb
  967. nchteSigiemember
  968. kDosIe.0
  969.  
  970. Unl
  971. AsIe.0
  972.  
  973. GurScMemna
  974. CxMidfervhGraRemBufGt
  975. RemDoe
  976. ReGraRemBonse1
  977. eWCliowmtyfervhWCliowFraAddBonse1
  978. eGadgrgtclie
  979. Sify
  980. rapnQueryO
  981. Cascan
  982. M
  983. ReWCliowInFr
  984. AvOftngeModWCliowBox$TasEdiaHook$TasCouseQueFinZipWCliowmkDosPubncMemn
  985. Unl
  986. AsPubncMemn
  987. kDosPubncMemnraRemUnl
  988. AsPubncMemnraRemtDosPubncMemn
  989. Sevicft
  990. ErPubncMemn
  991. SevPubncMemne
  992. Sec
  993. PubncMemnte
  994. SusdObns dGIR
  995.  
  996. PutDoee.0
  997. GIR
  998.  
  999. PutGadgrgMouseliitiit,
  1000. *vate1
  1001. exeGevicft
  1002. ErPubncMemn
  1003. Easyuest
  1004.  
  1005.     ArgsmBuildEasyuest
  1006.  
  1007.     ArgsmnysuesH
  1008. GelRemOFroWCliowLisraRemOFroncMemnLisraRemprawImagnte
  1009. Se
  1010.  
  1011.  
  1012. tntInImagnabraonImagnacliObjdMaAtposeFonObjdMakSrgSttrsA$GrgSttr
  1013. CurGadgrgSttrsA$tDosObjdMakiitiit,
  1014. *vate1
  1015. e2$eDosClavsvoddalavsvGurScMemnarawI
  1016. Cr
  1017. eDosScMemnarawI
  1018. Cr
  1019. RrvesCAnuuctip$Doe
  1020. RealavsveTraslavsviitiit,
  1021. *vate1
  1022. e3viitiit,
  1023. *vate1
  1024. e4.-2a        ;6 rrved
  1025. PalocSigncMemnfers
  1026. C
  1027. eDosScMemnfers
  1028. C
  1029. ngeModncMemnfers
  1030. C
  1031. ScMemna
  1032. Wah
  1033. ScMemnt
  1034. oit,
  1035. *aScMollWCliowi reer
  1036. Lend
  1037. Anus
  1038. DoGadgrgMvthodA
  1039. SrgtCliowPoiAlerA
  1040. TiAddiose
  1041. Wart
  1042. DebHelpa
  1043.  
  1044.     roleLIBRARY    exeiitiit,
  1045. *brary **SIZP    22
  1046.     $SIZE    4
  1047.  
  1048. dl_ib_ViewLord.12_ib_BonseeWCliowmib_BonseencMemn
  1049. ib_FirstncMemn
  1050. ib_Fla-c    
  1051. ib_MouseY.x    eib_MouseX.x    eib_SdMondsiib_MicMoskENDNODE
  1052.  
  1053. *******    exelrs, sbrary ******************
  1054. eLIBRARY    exelrs, sbrary **SIZE    -6
  1055.  
  1056. ExeLrs, se.0
  1057.  
  1058.     $JUMP    -1e
  1059.  
  1060. AlltResLrs, smateCxOUpfr
  1061. AvLrs, mateCxOBehTaskrs, mUpfr
  1062. AvLrs, mBehTaskrs, mM
  1063. Rekrs, me
  1064. Sekrs, mecMollLrs, mBetenUpd
  1065. Se
  1066. EesUpd
  1067. Se
  1068. eteVarLrs, mkDosLrs, lUnl
  1069. AsLrs, mkDosLrs, slUnl
  1070. AsLrs, smkDosLrs, o
  1071. Cr
  1072. SwapBCtsi re
  1073.  
  1074. PuClopidMakWs, hLrs, lUnl
  1075. AsLrs, o
  1076. Cr
  1077. tDwLrs, o
  1078. Cr
  1079. poseFonLrs, o
  1080. Cr
  1081. Fern
  1082. nLrs, o
  1083. Cr
  1084. ThTaLrs, o
  1085. Cr
  1086. M
  1087. Rekrs, InFr
  1088. AvOftInstallClopidg    03tM
  1089. Ren
  1090. Sekrs, mateCxOUpfr
  1091. AvHookLrs, mateCxOBehTasHookLrs, mInstallLrs, Hook$InstallLrs, o
  1092. CrHook$T
  1093. PuLrs, CR
  1094. DoHookClopidMaskENDNODE
  1095.  
  1096. *******    exelDoalebrary ******************
  1097. eLIBRARY    exelDoalebrary **SIZE    -6
  1098.  
  1099. ExeLDoalee.0
  1100.  
  1101.     $JUMP    -1e
  1102.  
  1103. AlllDoalevate1
  1104. exeCrFonC
  1105. CxlogeCrFonLDoalerConvToLow, maonvToUpperMt
  1106. t
  1107. RtD
  1108. Se
  1109. t
  1110. t
  1111. RtuctithmGurr
  1112. CxloguctkGrgkDoaleuctkIsAlNumkIsAlphakIsC
  1113.     rlkIsDigSettsGhicsttsLow, mIsvatntmIsvunctmIsSeDcxtIsUpperMIsXDigSetnFroC
  1114. CxlogAtnFroLDoalersePatD
  1115. Se
  1116. lDoalevate1
  1117. e2auctaonv
  1118. DebuctnCDellDoalevate1
  1119. e3llDoalevate1
  1120. e4llDoalevate1
  1121. e5llDoalevate1
  1122. e6llDoalevate1
  1123. e7llDoalevate1
  1124. e8kENDNODE
  1125.  
  1126. *******    exeuityitybrary ******************eLIBRARY    exeuityitybrary **SIZE    -6
  1127.  
  1128. ExeUityitye.0
  1129.  
  1130.     $JUMP    -1e
  1131.  
  1132. AlleTaskago
  1133. Fo
  1134. Grgkaga
  1135. CxMP
  1136. igBs, Ta-c$tDoskago
  1137. Fo
  1138. terIX
  1139. kagngeModsveapTa-c$ocSig1
  1140. ekago
  1141. FoseCrFnekago
  1142. FoseeDoskago
  1143. Fosetyfervhkago
  1144. FoCrFnes
  1145. kagonArray
  1146. terIX
  1147. kago
  1148. FoseCallHookPkt.-12        ;2 rrved
  1149. Palomiga2D
  1150. Se
  1151. D
  1152. Se2omiga
  1153. ngeckD
  1154. Se
  1155. SM
  1156. Er32tUM
  1157. Er32tSerte
  1158. S32tUerte
  1159. S32tucticDeluctnicDelToUpperMToLow, mApplykagngeMods.-c    ;1 rrved
  1160. PalSM
  1161. Er64tUM
  1162. Er64tP
  1163. iguctucSureTa-c$Unp
  1164. iguctucSureTa-c$oddNaAddObjdMakocSigNaAddObjdMaAtemptLocDoeNaAddObjdMakeTasNaAddObjdMakeDosNaAddObjdMakNaAddObjdMaNaAdtDoee.0
  1165. NaAddObjdMakDoeNaAddObjdMakGrgUnist
  1166. DivENDNODE
  1167.  
  1168. *******    exeworkb
  1169. nchbrary ****************$LIBRARY    exeworkb
  1170. nchbrary **SIZE    -6
  1171.  
  1172. ExeWorkb
  1173. nche.0
  1174.  
  1175.     $JUMP    -1e
  1176.  
  1177. Allwbvate1
  1178. exewbvate1
  1179. e2ewbvate1
  1180. e3$oddAppWCliowA$Doe
  1181. ReAppWCliow$oddAppIc
  1182. *A$Doe
  1183. ReAppIc
  1184. *toddApp
  1185. Anut
  1186. Foi$Doe
  1187. ReApp
  1188. Anut
  1189. Foewbvate1
  1190. e4$tBo
  1191. Cr
  1192. ENDNODE
  1193.  
  1194. *******    e cia rrgireers****************
  1195.  
  1196.     $LIBADDR    $bfe001SIZE    -6
  1197. $10    $Jciaa
  1198.     $ciaapralciaaprblciaaddralciaaddrblciaaCxlolciaaCxhilciaaCblolciaaCbhilciaaCodlow$ciaaCodmid$ciaaCodhi.20    $ciaasdr$ciaaicM$ciaacralciaacrb$LIBADDR    $bfd00    $Jciab
  1199.     $ciabpralciabprblciabddralciabddrblciabCxlolciabCxhilciabCblolciabCbhilciabCodlow$ciabCodmid$ciabCodhi.20    $ciabsdr$ciabicM$ciabcralciabcrb$LIBNODE
  1200.  
  1201. *******    exechipset****************
  1202.  
  1203.     **
  1204.  
  1205.     $LIBADDR    $dff00    $IZE    -6
  1206. 2$Jcustom
  1207.     $bltdd
  1208. S
  1209. dmac
  1210. *r
  1211. veFor
  1212. vheFor
  1213. dskd
  1214. Sr
  1215. joy0d
  1216. S
  1217. joy1d
  1218. S
  1219. clxd
  1220. S
  1221. adkc
  1222. *r
  1223. pot0d
  1224. S
  1225. pot1d
  1226. S
  1227. potinp
  1228. vedd
  1229. Sr
  1230. dskbytrviitenarviitreqr
  1231. dskpt
  1232.     $dskpth$dskptl$dsklmn
  1233. dskd
  1234. S
  1235. atfpt    $veFow
  1236. vheFow$copc
  1237. *tvedd
  1238. StvedperMpotgo
  1239. joyt
  1240.  
  1241.     $strequ$strvbl$strsor$strrFng$bltcon0$bltcon1$bltafwm$bltalwm$bltcpt
  1242.     $bltcpth$bltcptl$bltbpt
  1243.     $bltbpth$bltbptl$bltapt
  1244.     $bltapth$bltaptl$bltdpt
  1245.     $bltdpth$bltdptl$blts
  1246. Se.3$bltcon0l.1
  1247. blts
  1248. Sv
  1249. blts
  1250. Sh$bltcmod$bltbmod$bltamod$bltdmod.a$bltcd
  1251. Stbltbd
  1252. Stbltad
  1253. S.8
  1254. deniseid$dsksenc$cop1lc
  1255.     $cop1lch$cop1lcl$cop2lc
  1256.     $cop2lch$cop2lcl$copjmp1$copjmp2
  1257. copiSs
  1258. diwstrt
  1259. diwstapnddfstrt
  1260. ddfstapndmac
  1261. *
  1262. clxc
  1263. *
  1264. iitenaviitreq
  1265. adkc
  1266. *
  1267. aud0pt    
  1268.     $aud0pth$aud0ptl$aud0lmn
  1269. aud0perMaud0vol$aud0d
  1270. S.6$aud1pt    
  1271.     $aud1pth$aud1ptl$aud1lmn
  1272. aud1perMaud1vol$aud1d
  1273. S.6$aud2pt    
  1274.     $aud2pth$aud2ptl$aud2lmn
  1275. aud2perMaud2vol$aud2d
  1276. S.6$aud3pt    
  1277.     $aud3pth$aud3ptl$aud3lmn
  1278. aud3perMaud3vol$aud3d
  1279. S.6$bpl1pt
  1280.     $bpl1pth$bpl1ptl$bpl2pt
  1281.     $bpl2pth$bpl2ptl$bpl3pt
  1282.     $bpl3pth$bpl3ptl$bpl4pt
  1283.     $bpl4pth$bpl4ptl$bpl5pt
  1284.     $bpl5pth$bpl5ptl$bpl6pt
  1285.     $bpl6pth$bpl6ptl.a$bplcon0$bplcon1$bplcon2$bplcon3$bpl1mod$bpl2mod$bplhmod.4$bpl1d
  1286. Stbpl2d
  1287. Stbpl3d
  1288. Stbpl4d
  1289. Stbpl5d
  1290. Stbpl6d
  1291. S.6$spe0pt
  1292.     $spe0pth$spe0ptl$spe1pt
  1293.     $spe1pth$spe1ptl$spe2pt
  1294.     $spe2pth$spe2ptl$spe3pt
  1295.     $spe3pth$spe3ptl$spe4pt
  1296.     $spe4pth$spe4ptl$spe5pt
  1297.     $spe5pth$spe5ptl$spe6pt
  1298.     $spe6pth$spe6ptl$spe7pt
  1299.     $spe7pth$spe7ptl$spe0eFo$spe0ctl$spe0d
  1300. Saa$spe0d
  1301. Sab$spe1pFo$spe1ctl$spe1d
  1302. Saa$spe1d
  1303. Sab$spe2pFo$spe2ctl$spe2d
  1304. Saa$spe2d
  1305. Sab$spe3pFo$spe3ctl$spe3d
  1306. Saa$spe3d
  1307. Sab$spe4pFo$spe4ctl$spe4d
  1308. Saa$spe4d
  1309. Sab$spe5pFo$spe5ctl$spe5d
  1310. Saa$spe5d
  1311. Sab$spe6pFo$spe6ctl$spe6d
  1312. Saa$spe6d
  1313. Sab$spe7pFo$spe7ctl$spe7d
  1314. Saa$spe7d
  1315. Sab$color0    $color01$color02$color03$color04$color05$color06$color07$color08$color09$color1    $color11$color12$color13$color14$color15$color16$color17$color18$color19$color2    $color21$color22$color23$color24$color25$color26$color27$color28$color29$color3    $color31
  1316. htotal
  1317. hsstapnhbstrt
  1318. hbstapnvtotal
  1319. vsstapnvbstrt
  1320. vbstapnspehstrt
  1321. spehstapnbplhstrt
  1322. bplhstapnhheFow$hheFor
  1323. beamcom0
  1324. hsstrt
  1325. vsstrt
  1326. hceAler
  1327. diwhigh$LIBNODE
  1328.  
  1329. *******    exesyreem****************
  1330.  
  1331.     **
  1332.  
  1333.         $LIBADDR    4LIBAPTRJUMP    -1e$14$SIZE    4
  1334.  
  1335. $e$LIBRAST    ;
  1336. AlLIBRAST    ;RrvourcxtIBRAST    ;DceocxtIBRAST    ;tRtrtIBRAST    ;LibtIBRAST    ;
  1337.  
  1338. PutIBRAST    ;TFSedy, ytIBRAST    ;TFSeWaitJUMP    -1e
  1339. $9eLIBAPTRJUME
  1340.  
  1341. *    ;*ThTsTFSe$LIBNODE
  1342.  
  1343. ***LIBNOD